-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rc peakcall 2797 #1478
base: develop
Are you sure you want to change the base?
Rc peakcall 2797 #1478
Conversation
…into aa-peakcall
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
…warp into rc_peakcall_2797
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
pipelines/skylab/atac/atac.wdl
Outdated
atac_data_mod.uns[key] = atac_data_mod.uns[key].to_pandas() | ||
|
||
print("Write into h5ad file") | ||
atac_data_mod.write_h5ad("~{bam_base_name}.peaks.h5ad") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
atac_data_mod.write_h5ad("~{bam_base_name}.peaks.h5ad") | |
atac_data_mod.write_h5ad("~{bam_base_name}.bin.h5ad") |
pipelines/skylab/atac/atac.wdl
Outdated
|
||
print("Write into h5ad file") | ||
atac_data_mod.write_h5ad("~{bam_base_name}.peaks.h5ad") | ||
peak_matrix.write_h5ad("~{bam_base_name}.matrix.h5ad") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
peak_matrix.write_h5ad("~{bam_base_name}.matrix.h5ad") | |
peak_matrix.write_h5ad("~{bam_base_name}.peaks.h5ad") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to cellbybin
pipelines/skylab/atac/atac.wdl
Outdated
|
||
output { | ||
File peaks_h5ad = "~{bam_base_name}.peaks.h5ad" | ||
File matrix_h5ad = "~{bam_base_name}.matrix.h5ad" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File matrix_h5ad = "~{bam_base_name}.matrix.h5ad" | |
File matrix_h5ad = "~{bam_base_name}.bins.h5ad" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to cellbypeak
Remember to squash merge! |
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
pipelines/skylab/atac/atac.wdl
Outdated
# peak calling using SnapATAC2 | ||
task PeakCalling { | ||
input { | ||
File bam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe take the bam out
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
Remember to squash merge! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
} | ||
|
||
output { | ||
File peaks_h5ad = "~{output_base_name}.cellbybin.h5ad" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we adjust output variable name as well?
output { | ||
File bam_aligned_output = bam_aligned_output_atac | ||
File fragment_file = fragment_file_atac | ||
File fragment_file_index = fragment_file_index_atac | ||
File snap_metrics = snap_metrics_atac | ||
File library_metrics_file = library_metrics | ||
File? peakcall_h5ad_file = PeakCalling.peaks_h5ad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add both peak calling output files? The cellbybin matrix and the cellbypeak matrix?
Description
Added the peakcalling step in ATAC.
Checklist
If you can answer "yes" to the following items, please add a checkmark next to the appropriate checklist item(s) and notify our WARP team by tagging @broadinstitute/warp-admins in a comment on this PR.